home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / GHOST.ZIP / ghost.txt
Text File  |  1996-12-29  |  3KB  |  81 lines

  1. ********************
  2. * Nick maintenance *
  3. * =============    *
  4. ********************
  5.  
  6. Duuno about you but I find it a pain when you're
  7. Ghosted and there's six of you on the channel or whatever, so here is
  8. you complete pack to get rid of ghosts and get your original nick
  9. back without even trying
  10.  
  11. Things to do beforehand
  12.  
  13. 1) You need to set yourself at a unique userlevel, to do this (for using 
  14. this script straight from this file) type:
  15.  
  16. /guser 80 <your nick> 3
  17.  
  18. Details
  19. *******
  20.  
  21. This will set your address ( *!*user@*.domain ) at user level 80, for instance
  22. *!*q@*.demon.co.uk
  23.  
  24. 2) You'll need your nick registered, to do to that use this in your Channel
  25. popups:
  26.  
  27. Nickserv
  28. .Register:/msg nickserv register $?="Registration password"
  29. .Ghost:/msg NickServ ghost $$1 $?="Enter Ghost for [ $$1 ]
  30.  
  31. Details
  32. *******
  33.  
  34. Register - get your nick registered by nickserv in the first place - 
  35. generally a good idea anyway
  36.  
  37. Ghost - That will allow you to ghost-kill you lagged nick by a couple of
  38. mouse clicks, and type in you password (this is a chek that you don't
  39. message someone else your ghost password!
  40.  
  41. 3) Whack this in your events:
  42. +80:on quit:/nick $nick
  43.  
  44. Details
  45. *******
  46.  
  47. Everytime someone with userlevel 80 quits (ie, just yourself) You'll
  48. automatically switch to that nick (which should be your original nick)
  49. Unless you've got two ghosts, in which case it might get a bit complicated:-s
  50.  
  51. 4) If nickserv for some reason doesn't recognize you, or if you change address,
  52. it might ask you for your password to check that you are the rightful owner
  53. of that nick, put this in your events and no longer worry about it...
  54.  
  55. 1:on notice:*This nick is owned*:*: {
  56.   if (($me = <your registered nick>) && ($nick = nickserv)) { /msg nickserv identify <password> | /halt }
  57.   elseif ($nick = chanserv) /echo 2 Better change nick quick!
  58. }
  59.  
  60.  
  61. Details
  62. *******
  63.  
  64. Everytime nickserv checks who your are, as long as you haven't inadvertantly
  65. switched to another nick that someone else might have registered,
  66. it'll send nickserv what it wants.
  67.  
  68. So there's you complete nick maintenance pack
  69.  
  70. Hope it saves some typing ;-)
  71.  
  72. Obviously u can do whattevver you want, but if you include this script in a bot,
  73. I'd appreciate a mention of my nick, and The <ò> Aut0Bot <ò>, cheerz.
  74.  
  75. Hi'z to oH_yEaH, Wichita-Guy, ^monty, MEK and sumWOMAN
  76.  
  77. ************************************************
  78. * Nick maintenance, part of the Aut0Bot, ⌐1996 *
  79. *   written by Phillip Renfield aka _Qu^rtZ_   *
  80. ************************************************
  81.